Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[jwt-cpp] Requires conan 1.50.0 at least #13306

Merged
merged 1 commit into from
Oct 5, 2022

Conversation

uilianries
Copy link
Member

Specify library name and version: jwt-cpp/0.6.0

fixes #13286


  • I've read the guidelines for contributing.
  • I've followed the PEP8 style guides for Python code in the recipes.
  • I've used the latest Conan client version.
  • I've tried at least one configuration locally with the conan-center hook activated.

Signed-off-by: Uilian Ries <uilianries@gmail.com>
@conan-center-bot
Copy link
Collaborator

All green in build 1 (bc4cdae7dc3a5117cd27de72ca17403a14655454):

  • jwt-cpp/0.5.1@:
    All packages built successfully! (All logs)

    🔸 Informative: This recipe is not ready for Conan v2

    We have started the migration process to Conan v2 and exporting recipes successfully will be required in the future.
    This is just an informative note to gain awareness about the process, no need to take any action. The plan is to enforce smaller steps that are easier to fix and, eventually, this conan export step will work.
    See the recipe migration guide to know more about the changes required.

    WARN: Name containing special chars is discouraged 'jwt-cpp'
    jwt-cpp/0.5.1: Exporting package recipe
    jwt-cpp/0.5.1 exports: File 'conandata.yml' found. Exporting it...
    jwt-cpp/0.5.1: Copied 1 '.yml' file: conandata.yml
    jwt-cpp/0.5.1 exports: Copied 1 '.yml' file: conandata.yml
    jwt-cpp/0.5.1: Calling export_sources()
    ERROR: jwt-cpp/0.5.1: Error in export_sources() method, line 25
    	self.copy(patch["patch_file"])
    	AttributeError: 'JwtCppConan' object has no attribute 'copy'
    
  • jwt-cpp/0.6.0@:
    All packages built successfully! (All logs)

    🔸 Informative: This recipe is not ready for Conan v2

    We have started the migration process to Conan v2 and exporting recipes successfully will be required in the future.
    This is just an informative note to gain awareness about the process, no need to take any action. The plan is to enforce smaller steps that are easier to fix and, eventually, this conan export step will work.
    See the recipe migration guide to know more about the changes required.

    WARN: Name containing special chars is discouraged 'jwt-cpp'
    jwt-cpp/0.6.0: Exporting package recipe
    jwt-cpp/0.6.0 exports: File 'conandata.yml' found. Exporting it...
    jwt-cpp/0.6.0: Copied 1 '.yml' file: conandata.yml
    jwt-cpp/0.6.0 exports: Copied 1 '.yml' file: conandata.yml
    jwt-cpp/0.6.0: Calling export_sources()
    ERROR: jwt-cpp/0.6.0: Error in export_sources() method, line 25
    	self.copy(patch["patch_file"])
    	AttributeError: 'JwtCppConan' object has no attribute 'copy'
    
  • jwt-cpp/0.5.0@:
    All packages built successfully! (All logs)

    🔸 Informative: This recipe is not ready for Conan v2

    We have started the migration process to Conan v2 and exporting recipes successfully will be required in the future.
    This is just an informative note to gain awareness about the process, no need to take any action. The plan is to enforce smaller steps that are easier to fix and, eventually, this conan export step will work.
    See the recipe migration guide to know more about the changes required.

    WARN: Name containing special chars is discouraged 'jwt-cpp'
    jwt-cpp/0.5.0: Exporting package recipe
    jwt-cpp/0.5.0 exports: File 'conandata.yml' found. Exporting it...
    jwt-cpp/0.5.0: Copied 1 '.yml' file: conandata.yml
    jwt-cpp/0.5.0 exports: Copied 1 '.yml' file: conandata.yml
    jwt-cpp/0.5.0: Calling export_sources()
    ERROR: jwt-cpp/0.5.0: Error in export_sources() method, line 25
    	self.copy(patch["patch_file"])
    	AttributeError: 'JwtCppConan' object has no attribute 'copy'
    
  • jwt-cpp/0.4.0@:
    All packages built successfully! (All logs)

    🔸 Informative: This recipe is not ready for Conan v2

    We have started the migration process to Conan v2 and exporting recipes successfully will be required in the future.
    This is just an informative note to gain awareness about the process, no need to take any action. The plan is to enforce smaller steps that are easier to fix and, eventually, this conan export step will work.
    See the recipe migration guide to know more about the changes required.

    WARN: Name containing special chars is discouraged 'jwt-cpp'
    jwt-cpp/0.4.0: Exporting package recipe
    jwt-cpp/0.4.0 exports: File 'conandata.yml' found. Exporting it...
    jwt-cpp/0.4.0: Copied 1 '.yml' file: conandata.yml
    jwt-cpp/0.4.0 exports: Copied 1 '.yml' file: conandata.yml
    jwt-cpp/0.4.0: Calling export_sources()
    ERROR: jwt-cpp/0.4.0: Error in export_sources() method, line 25
    	self.copy(patch["patch_file"])
    	AttributeError: 'JwtCppConan' object has no attribute 'copy'
    
  • jwt-cpp/0.3.1@:
    All packages built successfully! (All logs)

    🔸 Informative: This recipe is not ready for Conan v2

    We have started the migration process to Conan v2 and exporting recipes successfully will be required in the future.
    This is just an informative note to gain awareness about the process, no need to take any action. The plan is to enforce smaller steps that are easier to fix and, eventually, this conan export step will work.
    See the recipe migration guide to know more about the changes required.

    WARN: Name containing special chars is discouraged 'jwt-cpp'
    jwt-cpp/0.3.1: Exporting package recipe
    jwt-cpp/0.3.1 exports: File 'conandata.yml' found. Exporting it...
    jwt-cpp/0.3.1: Copied 1 '.yml' file: conandata.yml
    jwt-cpp/0.3.1 exports: Copied 1 '.yml' file: conandata.yml
    jwt-cpp/0.3.1: Calling export_sources()
    ERROR: jwt-cpp/0.3.1: Error in export_sources() method, line 25
    	self.copy(patch["patch_file"])
    	AttributeError: 'JwtCppConan' object has no attribute 'copy'
    

@conan-center-bot conan-center-bot merged commit a4ffb8f into conan-io:master Oct 5, 2022
System-Arch pushed a commit to System-Arch/conan-center-index that referenced this pull request Oct 7, 2022
Signed-off-by: Uilian Ries <uilianries@gmail.com>

Signed-off-by: Uilian Ries <uilianries@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[package] jwt-cpp/0.6.0: installing package for client version < 2.0.0 fails
4 participants